type github.com/gotd/td/telegram.cachedCDNPool
8 uses
github.com/gotd/td/telegram (current package)
cdn_pool_manager.go#L14: type cachedCDNPool struct {
cdn_pool_manager.go#L56: conns map[int][]cachedCDNPool
cdn_pool_manager.go#L84: conns: map[int][]cachedCDNPool{},
cdn_pool_manager.go#L90: func (p cachedCDNPool) covers(need int64) bool {
cdn_pool_manager.go#L102: func pickCDNPool(pools []cachedCDNPool, need int64) (CloseInvoker, bool) {
cdn_pool_manager.go#L179: m.conns[dc] = append(m.conns[dc], cachedCDNPool{
cdn_pool_manager.go#L213: m.conns = map[int][]cachedCDNPool{}
cdn_pool_manager.go#L304: stale := append([]cachedCDNPool(nil), m.conns[dcID]...)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |